|
|
|
|
MainCell Property, RowHeaderClass Class |
Returns the main cell, if the current cell is part of the main cell due to cell merging.
Syntax RowHeaderClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property MainCell As RowHeaderClass
|
C# |
public RowHeaderClass MainCell { get; } |
C++ |
public: property RowHeaderClass^ MainCell { |
Property Value
The main cell that merges into the current cell or null/Nothing if the current cell isn't part of a merged cell.
Comments
The MainCell property returns the main cell, if the current cell is part of the main cell due to cell merging.